NAME
atan - Trigonometrical inverse tangent

SYNTAX
float atan(float f);

DESCRIPTION
Return the arcus tangent value for f.

KEYWORDS
float

SEE ALSO
tan, asin and acos